home *** CD-ROM | disk | FTP | other *** search
- /* StarCoord.h Copyright 1992 Steve Ludtke All Rights Reserved */
-
- #import <objc/Object.h>
- #import "gopher.h"
-
- extern float frand(float lo, float hi);
-
- @interface StarCoord:Object
- {
- id object; /* points back to the GopherObj */
-
- }
-
- /* required methods */
- - start:(Root *) top :Pobject :(char *)path;
- -setCoord:(Branch *) branch;
- -preferences:sender;
- -(char *)help:window :browser;
-
- @end
-